'Declaration Public Overloads Function InsertDelimiter( _ ByVal itemsText() As System.String, _ ByVal location As InsertLocation _ ) As OMathDelimiter
public OMathDelimiter InsertDelimiter( System.string[] itemsText, InsertLocation location )
Parameters
- itemsText
- The structure items text array.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathDelimiter instance.